-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency webpack-merge to v5 - abandoned #206
base: develop
Are you sure you want to change the base?
Conversation
3631eab
to
4704fd3
Compare
5aca917
to
45d1d93
Compare
45d1d93
to
810e0b9
Compare
810e0b9
to
3198bc1
Compare
3198bc1
to
add1b74
Compare
add1b74
to
8e8e3e9
Compare
8e8e3e9
to
1971874
Compare
1971874
to
71750cc
Compare
f7f47d5
to
ae4f664
Compare
a1587ee
to
a2ce6f5
Compare
a2ce6f5
to
b9da6e0
Compare
b9da6e0
to
9ab2519
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
4.2.2
->5.8.0
Release Notes
survivejs/webpack-merge
v5.8.0
Compare Source
env
example to be webpack 5 compatible. #177, #180v5.7.3
Compare Source
mergeWithRules
. #172v5.7.2
Compare Source
merge
operation withmergeWithRules
, use default merge behavior as a fallback. #167v5.7.1
Compare Source
mergeWithRules
when non-array matches are merged. #166v5.7.0
Compare Source
TypeError
if trying to usemergeWithRules
with invalid configuration types forappend
/prepend
/merge
operations.v5.6.1
Compare Source
v5.6.0
Compare Source
merge
(CustomizeRule.Merge
) for objects atmergeWithRules
. This is useful for merging loader options for example. #163v5.5.0
Compare Source
mergeWithRules
to merge based on rules without a match. #151 #159v5.4.1
Compare Source
mergeUnique
to work with arbitrary order. #161v5.4.0
Compare Source
mergeWithRules
for cases that aren't matched. #157 #158mergeWithRules
without a rule #151undefined
is passed tomerge
as a structure to mergev5.3.0
Compare Source
Configuration
type through a generic to TypeScript to support both webpack 4 and 5 #141 #154In case you use webpack 4, please change your typing as instructed in the readme as the default type is loose but non-breaking.
v5.2.0
Compare Source
mergeWithRules
#146 #149v5.1.4
Compare Source
CustomizeRule
for TypeScript users #147v5.1.3
Compare Source
RegExp
to itself #145v5.1.2
Compare Source
null
#144v5.1.1
Compare Source
<reference types="webpack-dev-server" />
from index.d.ts #143v5.1.0
Compare Source
merge
asdefault
for backwards-compatibility with TypeScript. Nowimport merge from "webpack-merge";
works there. In CommonJS, the default alias is exposed throughdefault
property due to technical constraints.v5.0.9
Compare Source
merge()
andmerge([])
. Now{}
is returned in these corner cases.v5.0.8
Compare Source
v5.0.7
Compare Source
"importHelpers": false,
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
merge.smart
has been dropped as it's tricky to support all the corner cases. Instead, it's better to use the provided utilities to put together amerge
that fits your case.mergeStrategy
has been dropped in favor of usingmergeWithCustomize
withcustomizeArray
andcustomizeObject
.merge.multiple
has been dropped as the functionality was too specific and it's better to implement in the user space if needed.merge
has been moved as a regular import (i.e.import { merge } from 'webpack-merge'
).mergeWithCustomize
.customizeArray
supports wildcards now. Example:'entry.*': 'prepend'
. #45 #99Promise
is being merged. It's better to wrap configuration within aPromise
and merge inside it. #81unique
merge from right to left to match behavior elsewhere. #119unique
doesn't lose non-unique items to merge. #125Special thanks to Google and Addy Osmani for supporting the work financially as it allowed me to complete the work required by the new major release.
v5.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 9pm every weekday,every weekend,before 11am every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.